object WarningForm: TWarningForm Left = 307 Top = 408 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Warning' ClientHeight = 150 ClientWidth = 472 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object messageLabel: TLabel Left = 16 Top = 64 Width = 441 Height = 33 AutoSize = False Caption = 'MailWasher cannot ensure that this link is not malicious, or tra' + 'cks or identifies you. Do you want to open this link?' ShowAccelChar = False WordWrap = True end object Label1: TLabel Left = 16 Top = 8 Width = 221 Height = 13 Caption = 'Your browser is about to load the following link:' end object EllipsisLabel: TEllipsisLabel Left = 16 Top = 32 Width = 449 Height = 17 Ellipsis = etEndEllipsis OnCaptionTruncatedChange = EllipsisLabelCaptionTruncatedChange AutoSize = False Caption = 'EllipsisLabel' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object DontWarnCheckBox: TCheckBox Left = 16 Top = 120 Width = 193 Height = 17 Caption = 'Don'#39't show me this warning again' TabOrder = 2 end object OKButton: TButton Left = 296 Top = 112 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 0 end object CancelButton: TButton Left = 384 Top = 112 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' Default = True ModalResult = 2 TabOrder = 1 end end